chore(deps): update devdependencies - autoclosed #147
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.20241022.0
->4.20241127.0
2.2.264
->2.2.277
20.17.1
->20.17.9
2.2.7
->2.2.13
2.0.7
->2.0.12
2.0.12
->2.0.15
2.1.9
->2.1.13
1.0.3
->1.1.0
4.12.13
->4.12.14
9.13.0
->9.15.0
3.1.1
->3.2.0
8.4.47
->8.4.49
3.3.3
->3.4.1
1.80.4
->1.81.0
16.10.0
->16.11.0
3.4.14
->3.4.15
4.19.1
->4.19.2
5.6.3
->5.7.2
8.11.0
->8.16.0
0.19.3
->0.20.2
2.1.3
->2.1.6
3.83.0
->3.91.0
Release Notes
cloudflare/workerd (@cloudflare/workers-types)
v4.20241127.0
Compare Source
v4.20241112.0
Compare Source
v4.20241106.0
Compare Source
iconify/icon-sets (@iconify/json)
v2.2.277
Compare Source
v2.2.276
Compare Source
v2.2.275
Compare Source
v2.2.274
Compare Source
v2.2.273
Compare Source
v2.2.272
Compare Source
v2.2.271
Compare Source
v2.2.270
Compare Source
v2.2.269
Compare Source
v2.2.268
Compare Source
v2.2.267
Compare Source
v2.2.266
Compare Source
v2.2.265
Compare Source
VirtualLiveLab/js-config (@virtual-live-lab/eslint-config)
v2.2.13
Compare Source
v2.2.12
Compare Source
v2.2.11
Compare Source
v2.2.10
Compare Source
v2.2.9
Compare Source
v2.2.8
Compare Source
VirtualLiveLab/js-config (@virtual-live-lab/prettier-config)
v2.0.12
Compare Source
@virtual-live-lab/prettier-config
2.0.6
Patch Changes
d8facac
Thanks @sushichan044! - weekly updatev2.0.11
Compare Source
@virtual-live-lab/prettier-config
2.0.6
Patch Changes
d8facac
Thanks @sushichan044! - weekly updatev2.0.10
Compare Source
@virtual-live-lab/prettier-config
2.0.6
Patch Changes
d8facac
Thanks @sushichan044! - weekly updatev2.0.9
Compare Source
@virtual-live-lab/prettier-config
2.0.6
Patch Changes
d8facac
Thanks @sushichan044! - weekly updatev2.0.8
Compare Source
@virtual-live-lab/prettier-config
2.0.6
Patch Changes
d8facac
Thanks @sushichan044! - weekly updateota-meshi/astro-eslint-parser (astro-eslint-parser)
v1.1.0
Compare Source
Minor Changes
3ba8379
Thanks @ota-meshi! - feat: to parse usingproject: true
instead ifprojectService
is specifiedsaadeghi/daisyui (daisyui)
v4.12.14
Compare Source
Bug Fixes
eslint/eslint (eslint)
v9.15.0
Compare Source
v9.14.0
Compare Source
mizdra/happy-css-modules (happy-css-modules)
v3.2.0
Compare Source
What's Changed
Added
--outDir
option by @apple-yagi in https://github.com/mizdra/happy-css-modules/pull/270Others
source-map
by @mizdra in https://github.com/mizdra/happy-css-modules/pull/280New Contributors
Full Changelog: mizdra/happy-css-modules@v3.1.1...v3.2.0
postcss/postcss (postcss)
v8.4.49
Compare Source
source.offset
(by @romainmenke).v8.4.48
Compare Source
prettier/prettier (prettier)
v3.4.1
Compare Source
diff
Remove unnecessary parentheses around assignment in
v-on
(#16887 by @fisker)<!-- Input --> <template> <button @​click="foo += 2">Click</button> </template> <!-- Prettier 3.4.0 --> <template> <button @​click="(foo += 2)">Click</button> </template> <!-- Prettier 3.4.1 --> <template> <button @​click="foo += 2">Click</button> </template>
v3.4.0
Compare Source
diff
🔗 Release Notes
sass/dart-sass (sass)
v1.81.0
Compare Source
Fix a few cases where deprecation warnings weren't being emitted for global
built-in functions whose names overlap with CSS calculations.
Add support for the CSS
round()
calculation with a single argument, as longas that argument might be a unitless number.
v1.80.7
Compare Source
Embedded Host
0
asundefined
for thegreen
andblue
channels in theLegacyColor
constructor.v1.80.6
Compare Source
Command-Line Interface
@parcel/watcher
an optional dependency so this can still be installedon operating systems where it's unavailable.
v1.80.5
Compare Source
Embedded Host
@import
deprecations when using an importer with thelegacy API.
stylelint/stylelint (stylelint)
v16.11.0
Compare Source
--report-unscoped-disables
CLI flag andreportUnscopedDisables
option to Node.js API and configuration object (#8024) (@Mouvedia).ignoreFunctions: []
tomedia-query-no-invalid
(#8060) (@ryo-manba).name
configuration property underoverrides
(#8095) (@ryo-manba).benchmark-rule
script to resolveTypeError
(#8090) (@ybiquitous).github
formatter deprecation warning link tohttps://stylelint.io/awesome-stylelint#formatters
(#8115) (@ryo-manba).function-calc-no-unspaced-operator
false negatives forcalc-size
(#8026) (@azat-io).max-nesting-depth
false positives when the&
selector is being ignored (#8048) (@ryo-manba).media-feature-name-value-no-unknown
false positives fordisplay-mode: picture-in-picture
(#8136) (@Mouvedia).no-irregular-whitespace
reported ranges (#8066) (@romainmenke).selector-attribute-name-disallowed-list
reported ranges (#8037) (@ryo-manba).selector-attribute-operator-allowed-list
reported ranges (#8038) (@ryo-manba).selector-attribute-operator-disallowed-list
reported ranges (#8039) (@ryo-manba).selector-class-pattern
reported ranges (#8042) (@ryo-manba).selector-combinator-allowed-list
reported ranges (#8046) (@ryo-manba).selector-combinator-disallowed-list
reported ranges (#8047) (@ryo-manba).selector-disallowed-list
reported ranges (#8067) (@ryo-manba).selector-id-pattern
reported ranges (#8045) (@ryo-manba).selector-max-attribute
reported ranges (#8052) (@ryo-manba).selector-max-class
reported ranges (#8053) (@ryo-manba).selector-max-combinators
reported-ranges (#8055) (@ryo-manba).selector-max-compound-selectors
reported ranges (#8056) (@ryo-manba).selector-max-id
reported ranges (#8054) (@ryo-manba).selector-max-pseudo-class
reported ranges (#8057) (@ryo-manba).selector-max-specificity
reported ranges (#8058) (@ryo-manba).selector-max-universal
reported ranges (#8059) (@ryo-manba).selector-nested-pattern
reported ranges (#8072) (@ryo-manba).selector-no-vendor-prefix
reported ranges (#8073) (@ryo-manba).selector-not-notation
reported ranges (#8074) (@ryo-manba).selector-pseudo-class-allowed-list
reported ranges (#8061) (@ryo-manba).selector-pseudo-class-disallowed-list
reported ranges (#8062) (@ryo-manba).selector-pseudo-class-no-unknown
reported ranges (#8063) (@ryo-manba).selector-pseudo-element-allowed-list
reported ranges (#8068) (@ryo-manba).selector-pseudo-element-colon-notation
reported ranges (#8069) (@ryo-manba).selector-pseudo-element-disallowed-list
reported ranges (#8070) (@ryo-manba).selector-pseudo-element-no-unknown
false positives for::scroll-marker
and::scroll-marker-group
(#8110) (@Mouvedia).selector-pseudo-element-no-unknown
reported ranges (#8071) (@ryo-manba).selector-type-no-unknown
reported ranges (#8076) (@ryo-manba).tailwindlabs/tailwindcss (tailwindcss)
v3.4.15
Compare Source
boxShadow
theme configuration allows arrays (#14856)selection:*
variant works in Chrome 131 (#15003)privatenumber/tsx (tsx)
v4.19.2
Compare Source
Bug Fixes
This release is also available on:
microsoft/TypeScript (typescript)
v5.7.2
Compare Source
typescript-eslint/typescript-eslint (typescript-eslint)
v8.16.0
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.15.0
Compare Source
🚀 Features
no-unsafe-type-assertion
(#10051)🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.14.0
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.13.0
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.12.2
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.12.1
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.12.0
Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
unplugin/unplugin-icons (unplugin-icons)
v0.20.2
Compare Source
🚀 Features
View changes on GitHub
v0.20.1
Compare Source
🚀 Features
setup
insteaddata
(options api can be disabled) - by @userquin in https://github.com/unplugin/unplugin-icons/issues/386 (0e0e3)View changes on GitHub
v0.20.0
Compare Source
🚨 Breaking Changes
🐞 Bug Fixes
View changes on GitHub
vitest-dev/vitest (vitest)
v2.1.6
Compare Source
🚀 Features
View changes on GitHub
v2.1.5
Compare Source
🚀 Features
🐞 Bug Fixes
dangerouslyIgnoreUnhandledErrors
without base reporter - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6808 (0bf0a)unhandledRejection
even when base reporter is not used - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6812 (8878b)sequence.concurrent
from theRuntimeConfig
type - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6880 (6af73).poll
,.element
,.rejects
/.resolves
, andlocator.*
weren't awaited - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6877 (93b67)enter
or'a'
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6848 (487c8)🏎 Performance
Configuration
📅 Schedule: Branch creation - "before 4:00am on Monday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.